Low Property (Fibonacci<T>)
In This Topic
Gets or sets the low value of Fibonacci tool.
Syntax
'Declaration
Public Property Low As System.Nullable(Of Double)
'Usage
Dim instance As Fibonacci(Of T)
Dim value As System.Nullable(Of Double)
instance.Low = value
value = instance.Low
public System.Nullable<double> Low {get; set;}
public read-write property Low: System.Nullable;
public function get,set Low : System.Nullable
public: __property System.Nullable<double> get_Low();
public: __property void set_Low(
System.Nullable<double> value
);
public:
property System.Nullable<double> Low {
System.Nullable<double> get();
void set ( System.Nullable<double> value);
}
See Also